ocaml: remove bogus /dev/xen/ev[en]tchn
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 24 Jun 2010 11:45:32 +0000 (12:45 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 24 Jun 2010 11:45:32 +0000 (12:45 +0100)
commitd5da15306fbff357726d6c8ba0925a7aca1bbb31
tree654b9e3ff919f516e477443e09740a1643178134
parentfde661bff917bfce00b7b16d999f5d937f24e75b
ocaml: remove bogus /dev/xen/ev[en]tchn

Oxenstored should not try to create the evtchn device, as it:

    * creates the wrong name (/dev/xen/eventchn rather than evtchn)
    * uses a hard-coded minor number, even though this dynamically
      depends on what other misc devices are in the kernel

Remove all this code and just rely on the system to create the device.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
tools/ocaml/libs/eventchn/eventchn_stubs.c